public class AccessLog extends Object
Classe Java per accessLog complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="accessLog">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="operatorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="organizationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="organizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="locality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0" form="qualified"/>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="documentURI" type="{http://www.sist.puglia.it/Schemas/PDD_SIST/SCATEL/FSE/}documentURI" minOccurs="0" form="qualified"/>
<element name="documentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="emergency" type="{http://www.w3.org/2001/XMLSchema}boolean" form="qualified"/>
<element name="assumptionOfResponsability" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="failed" type="{http://www.w3.org/2001/XMLSchema}boolean" form="qualified"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assumptionOfResponsability |
protected LocalDateTime |
date |
protected String |
description |
protected String |
documentType |
protected DocumentURI |
documentURI |
protected boolean |
emergency |
protected boolean |
failed |
protected String |
locality |
protected String |
operation |
protected String |
operatorCode |
protected String |
organizationCode |
protected String |
organizationName |
protected String |
role |
| Constructor and Description |
|---|
AccessLog() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssumptionOfResponsability()
Recupera il valore della proprietà assumptionOfResponsability.
|
LocalDateTime |
getDate()
Recupera il valore della proprietà date.
|
String |
getDescription()
Recupera il valore della proprietà description.
|
String |
getDocumentType()
Recupera il valore della proprietà documentType.
|
DocumentURI |
getDocumentURI()
Recupera il valore della proprietà documentURI.
|
String |
getLocality()
Recupera il valore della proprietà locality.
|
String |
getOperation()
Recupera il valore della proprietà operation.
|
String |
getOperatorCode()
Recupera il valore della proprietà operatorCode.
|
String |
getOrganizationCode()
Recupera il valore della proprietà organizationCode.
|
String |
getOrganizationName()
Recupera il valore della proprietà organizationName.
|
String |
getRole()
Recupera il valore della proprietà role.
|
boolean |
isEmergency()
Recupera il valore della proprietà emergency.
|
boolean |
isFailed()
Recupera il valore della proprietà failed.
|
void |
setAssumptionOfResponsability(String value)
Imposta il valore della proprietà assumptionOfResponsability.
|
void |
setDate(LocalDateTime value)
Imposta il valore della proprietà date.
|
void |
setDescription(String value)
Imposta il valore della proprietà description.
|
void |
setDocumentType(String value)
Imposta il valore della proprietà documentType.
|
void |
setDocumentURI(DocumentURI value)
Imposta il valore della proprietà documentURI.
|
void |
setEmergency(boolean value)
Imposta il valore della proprietà emergency.
|
void |
setFailed(boolean value)
Imposta il valore della proprietà failed.
|
void |
setLocality(String value)
Imposta il valore della proprietà locality.
|
void |
setOperation(String value)
Imposta il valore della proprietà operation.
|
void |
setOperatorCode(String value)
Imposta il valore della proprietà operatorCode.
|
void |
setOrganizationCode(String value)
Imposta il valore della proprietà organizationCode.
|
void |
setOrganizationName(String value)
Imposta il valore della proprietà organizationName.
|
void |
setRole(String value)
Imposta il valore della proprietà role.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String operatorCode
protected String role
protected String organizationCode
protected String organizationName
protected String locality
protected LocalDateTime date
protected String operation
protected String description
protected DocumentURI documentURI
protected String documentType
protected boolean emergency
protected String assumptionOfResponsability
protected boolean failed
public String getOperatorCode()
Stringpublic void setOperatorCode(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getOrganizationCode()
Stringpublic void setOrganizationCode(String value)
value - allowed object is
Stringpublic String getOrganizationName()
Stringpublic void setOrganizationName(String value)
value - allowed object is
Stringpublic String getLocality()
Stringpublic void setLocality(String value)
value - allowed object is
Stringpublic LocalDateTime getDate()
Stringpublic void setDate(LocalDateTime value)
value - allowed object is
Stringpublic String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DocumentURI getDocumentURI()
DocumentURIpublic void setDocumentURI(DocumentURI value)
value - allowed object is
DocumentURIpublic String getDocumentType()
Stringpublic void setDocumentType(String value)
value - allowed object is
Stringpublic boolean isEmergency()
public void setEmergency(boolean value)
public String getAssumptionOfResponsability()
Stringpublic void setAssumptionOfResponsability(String value)
value - allowed object is
Stringpublic boolean isFailed()
public void setFailed(boolean value)
Copyright © 2024. All rights reserved.